home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / forms / jr3dct / form6.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-02-15  |  5.1 KB  |  188 lines

  1. VERSION 2.00
  2. Begin Form Form6 
  3.    BackColor       =   &H00C0C0C0&
  4.    Caption         =   "Form6"
  5.    ClientHeight    =   3780
  6.    ClientLeft      =   1245
  7.    ClientTop       =   1605
  8.    ClientWidth     =   7485
  9.    Height          =   4245
  10.    Left            =   1155
  11.    LinkTopic       =   "Form6"
  12.    ScaleHeight     =   3780
  13.    ScaleWidth      =   7485
  14.    Top             =   1230
  15.    Width           =   7665
  16.    Begin SSCommand Command3D1 
  17.       Caption         =   "Command3D1"
  18.       Height          =   420
  19.       Left            =   1320
  20.       TabIndex        =   18
  21.       Top             =   1215
  22.       Width           =   1455
  23.    End
  24.    Begin SSCheck Check3D1 
  25.       Caption         =   "Check3D1"
  26.       Height          =   285
  27.       Left            =   1320
  28.       TabIndex        =   17
  29.       Top             =   810
  30.       Value           =   -1  'True
  31.       Width           =   1455
  32.    End
  33.    Begin SSOption Option3D1 
  34.       Caption         =   "Option3D1"
  35.       Height          =   285
  36.       Left            =   1320
  37.       TabIndex        =   16
  38.       Top             =   270
  39.       Width           =   1575
  40.    End
  41.    Begin SSFrame Frame3D1 
  42.       Caption         =   "Frame3D1"
  43.       ForeColor       =   &H00000000&
  44.       Height          =   1365
  45.       Left            =   960
  46.       TabIndex        =   13
  47.       Top             =   1890
  48.       Width           =   2175
  49.       Begin ComboBox Combo3 
  50.          Height          =   300
  51.          Left            =   360
  52.          TabIndex        =   14
  53.          Text            =   "Combo3"
  54.          Top             =   810
  55.          Width           =   1695
  56.       End
  57.       Begin TextBox Text3 
  58.          Height          =   285
  59.          Left            =   360
  60.          TabIndex        =   15
  61.          Text            =   "Text3"
  62.          Top             =   405
  63.          Width           =   1575
  64.       End
  65.    End
  66.    Begin PictureBox Picture1 
  67.       Height          =   555
  68.       Left            =   3480
  69.       ScaleHeight     =   525
  70.       ScaleWidth      =   705
  71.       TabIndex        =   10
  72.       Top             =   675
  73.       Width           =   735
  74.    End
  75.    Begin VScrollBar VScroll1 
  76.       Height          =   1365
  77.       Left            =   4560
  78.       TabIndex        =   9
  79.       Top             =   135
  80.       Width           =   255
  81.    End
  82.    Begin HScrollBar HScroll1 
  83.       Height          =   285
  84.       Left            =   3000
  85.       TabIndex        =   8
  86.       Top             =   1350
  87.       Width           =   1455
  88.    End
  89.    Begin ListBox List1 
  90.       Height          =   420
  91.       Left            =   5160
  92.       TabIndex        =   7
  93.       Top             =   945
  94.       Width           =   1815
  95.    End
  96.    Begin ComboBox Combo1 
  97.       Height          =   300
  98.       Left            =   3840
  99.       TabIndex        =   6
  100.       Text            =   "Combo1"
  101.       Top             =   3375
  102.       Width           =   1695
  103.    End
  104.    Begin OptionButton Option1 
  105.       Caption         =   "Option1"
  106.       Height          =   285
  107.       Left            =   4920
  108.       TabIndex        =   5
  109.       Top             =   540
  110.       Width           =   2175
  111.    End
  112.    Begin CheckBox Check1 
  113.       Caption         =   "Check1"
  114.       Height          =   285
  115.       Left            =   5040
  116.       TabIndex        =   4
  117.       Top             =   135
  118.       Width           =   2055
  119.    End
  120.    Begin CommandButton Command1 
  121.       Caption         =   "Unload"
  122.       Height          =   420
  123.       Left            =   5760
  124.       TabIndex        =   3
  125.       Top             =   2970
  126.       Width           =   1335
  127.    End
  128.    Begin Frame Frame1 
  129.       BackColor       =   &H00C0C0C0&
  130.       Caption         =   "Frame1"
  131.       Height          =   1365
  132.       Left            =   3240
  133.       TabIndex        =   2
  134.       Top             =   1890
  135.       Width           =   2295
  136.       Begin ComboBox Combo2 
  137.          Height          =   300
  138.          Left            =   120
  139.          TabIndex        =   12
  140.          Text            =   "Combo2"
  141.          Top             =   810
  142.          Width           =   1815
  143.       End
  144.       Begin TextBox Text2 
  145.          Height          =   285
  146.          Left            =   120
  147.          TabIndex        =   11
  148.          Text            =   "Text2"
  149.          Top             =   405
  150.          Width           =   1935
  151.       End
  152.    End
  153.    Begin TextBox Text1 
  154.       Height          =   285
  155.       Left            =   5880
  156.       TabIndex        =   1
  157.       Text            =   "Text1"
  158.       Top             =   1890
  159.       Width           =   1215
  160.    End
  161.    Begin Label Label1 
  162.       Caption         =   "Label1"
  163.       Height          =   285
  164.       Left            =   5040
  165.       TabIndex        =   0
  166.       Top             =   1485
  167.       Width           =   2295
  168.    End
  169. Option Explicit
  170. Sub Command1_Click ()
  171.     Form1.WindowState = 0
  172.     Unload Form6
  173. End Sub
  174. Sub Form_Activate ()
  175.     'Got Active
  176. End Sub
  177. Sub Form_GotFocus ()
  178.     'Got Focus
  179. End Sub
  180. Sub Form_Paint ()
  181.     Frame3d1.Refresh
  182.     r = JR3DLook(hWnd, Raised)
  183. End Sub
  184. Sub Form_Resize ()
  185.     Frame3d1.Refresh
  186.     r = JR3DLook(hWnd, Raised)
  187. End Sub
  188.